@charset "utf-8";
* {
	margin: 2;
	padding: 0;
}
a {
	text-decoration: none;
}
.boxs {
	width: 930px;
	margin: auto;
	margin-top: 8px;
}
.title-img {
	margin: 10px auto 0 0px;
	background: #09C;
}
.result-list li {
	float: left;
	margin: 2px;
	border: 1px solid #ddd;
	padding: 6px;
	border-radius: 5px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
}
.result-list li:hover {
	box-shadow: 0 0 10px 5px #ddd;
}
.small-box {
	width: 292px;
	height: 200px;
	border: 1px #ccc solid;
	cursor: move;
	position: relative;
	vertical-align: middle;
	display: block;
}
.small-box img {
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.content img {
	width: 25px;
	height: 16px;
	margin: auto;
	margin-top: 20px;
}
.list li {
	float: left;
	margin: 2px;
	border: 1px solid #ddd;
	padding: 6px;
	border-radius: 5px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
}
.list li:hover {
	box-shadow: 0 0 10px 5px #ddd;
}
/*产品列表hover*/
.result-list ul li .content {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding-top: 25px;
}
.result-list ul li .content:hover {
	opacity: 1;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.list ul li .content {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding-top: 25px;
}
.list ul li .content:hover {
	opacity: 1;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.content p {
	line-height: 34px;
	color: #fff;
	font-family: "思源黑体 CN Medium";
	font-size: 20px;
	margin-top: 13px;
	display: block;
	margin-right: 25px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.content span {
	font-size: 13px;
	font-family: "思源黑体 CN Normal";
	line-height: 18px;
	color: #FFF;
	display: block;
	margin-right: 25px;
	margin-left: 25px;
	max-height: 105px;
	overflow: hidden;
	text-align: left;
}
